initialize path so we don't potentially use an undefined pointer.
authorManish Singh <yosh@gimp.org>
Thu, 26 Aug 2004 00:20:25 +0000 (00:20 +0000)
committerManish Singh <yosh@src.gnome.org>
Thu, 26 Aug 2004 00:20:25 +0000 (00:20 +0000)
commit95674320d9b0b520db607b387614238fb3d085cb
tree48e64428e379e80d6c6a375466863bad34dc025d
parentb73a8cc0b4b7fa42ed3d5865c4bf661335da5790
initialize path so we don't potentially use an undefined pointer.

Wed Aug 25 17:14:58 2004  Manish Singh  <yosh@gimp.org>

        * gtk/gtktreeview.c (gtk_tree_view_search_activate): initialize
        path so we don't potentially use an undefined pointer.

        * gtk/gtkfilechooserdefault.c (shortcuts_list_create): add G_CALLBACK
        cast for tree_view_keybinding_cb.

        * gtk/gtkfilechooserdefault.c (location_entry_create): cast to
        GTK_FILE_CHOOSER_ENTRY for _gtk_file_chooser_entry_set_file_part()
        calls.

        * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_start_editing):
        cast to GTK_COMBO_BOX for gtk_combo_box_set_active_iter() call.

        * gtk/gtkselection.c (selection_get_text_plain): make len a gsize,
        since that's what g_convert_with_fallback() expects.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcellrenderercombo.c
gtk/gtkfilechooserdefault.c
gtk/gtkselection.c
gtk/gtktreeview.c